ModuleConfigRepository_Factory

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class ModuleConfigRepository_Factory : Factory<T>

Functions

Link copied to clipboard
open fun create(moduleConfigStoreProvider: Provider<DataStore<LocalOnlyProtos.LocalModuleConfig>>): ModuleConfigRepository_Factory
Link copied to clipboard
open fun get(): ModuleConfigRepository
Link copied to clipboard
open fun newInstance(moduleConfigStore: DataStore<LocalOnlyProtos.LocalModuleConfig>): ModuleConfigRepository